semver of container with latest tag can now sometimes extracted#653
semver of container with latest tag can now sometimes extracted#653jlssmt wants to merge 1 commit intogetwud:mainfrom
Conversation
c7cc119 to
f88dbf4
Compare
|
functionality should work now. open question: watcher env to try to get local semver from org.opencontainers.image.version by default? docker run -d --rm --name ollama ollama/ollama
docker inspect ollama | grep org.opencontainers.image.version |
f88dbf4 to
6ce3eae
Compare
Important to note: Its important to note, because it can lead to false positives. |
|
I also see a number of changes that are not fundemental to this PR, might be worth it to cut it up in logical smaller PRs |
For me this was the only way to receive the tag version from latest. |
I left WUD some time ago to renovate. I never received any feedback here, and JavaScript without types is really a mess for contributors. |
|
Sounds like a great idea to me. I hope the merge will happen. |
|
This has been integrated into WUD-CE as of 9.0.0-ce. Thanks for the contribution! |
i started the work to get the semver of running containers when tag latest is used
use f.e.
wud.inspect.tag.path=Config/Labels/org.opencontainers.image.versionfor most containers
#647